English version of all error messages you can encounter while programming
  |   ABOUT


Localized version

MSB4186: Sintaxis no válida de invocación al método estático: "X". Y La invocación a un método estático debe tener el formato: $([NombreTipoCompleto]::Método()), p. ej. $([System.IO.Path]::Combine(`a`, `b`)).

Click to search this error in Google

English version

MSB4186: Invalid static method invocation syntax: "X". Y Static method invocation should be of the form: $([FullTypeName]::Method()), e.g. $([System.IO.Path]::Combine(`a`, `b`)).

Click to search this error in Google



Localized version
 Spanish

Error category
 .Net Framework

Other localized versions
6 versions





Copyright © dotmedias 2012 Launched in 2012, to help programmers finding solutions